Release 10.1A: OpenEdge Data Management:
Database Administration
Starting database brokers for SSL connections
OpenEdge supports Secure Sockets Layer (SSL) connections to the database server. SSL connections provide authentication and data privacy between the database server and clients according to Public Key Infrastructure (PKI) standards.
For a database server to start up with SSL, it must have access to:
- The private key that corresponds to the digital certificate the server uses to assert its identity to an SSL client.
Note: SSL incurs heavy performance penalties, depending on the client, server, and network resources and load. For more information on SSL and the security features of OpenEdge, see OpenEdge Getting Started: Core Business Services .- A valid digital certificate that asserts the server’s identity and contains the Public Key corresponding to the private key.
Use the following command to start a broker that spawns SSL servers and accepts connections from SSL clients:
db-nameSpecifies the database you want to start. If the database is not in the current directory, you must specify the full pathname of the database.
-Sservice-nameSpecifies the broker process service name.
-Hhost-nameSpecifies the machine where the database server runs.
-sslSpecifies that all database and SQL client connections will use SSL.
-keyalias key-alias-nameSpecifies the alias name of the SSL private key/digital certificate key-store entry to use. The default is
default_server.-keyaliaspasswdpasswordSpecifies the SSL key alias password to use to access the server’s private key/digital certificate key-store entry. The default is the encrypted value of
password. If you use a value other than the default, it must be encrypted. You can use thegenpasswordutility, located in your installation’sbindirectory, to encrypt the password.-nosessioncacheSpecifies that SSL session caching is disabled. Session caching allows a client to reuse a previously established session if it reconnects before the session cache time-out expires. Session caching is enabled by default.
-sessiontimeoutnSpecifies in seconds the length of time an SSL session will be held in the session cache. The default is 180 seconds.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |